body {
	background-color: rgb(240, 248, 243);
}
h1, h2, h3 {
	font-family: 'Roboto Slab', serif;
	text-align: center;	
	color: rgb(129, 101, 92);
	margin-top: 1em;
	margin-bottom: 0.5em;
} 
p, a, li {
	font-family: 'Calibri';
	font-size: 100%;
	line-height: 140%;
	color: rgb(75, 66, 54);
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.2em;
}
a {
	color: rgb(178, 118, 190);
}
a:hover {
	text-decoration: underline;
}

div {
	text-align: center;
	margin: 0 auto;
}
p, li {
	text-align: left;	
	font-size: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
li {
	list-style-type: circle;
	margin-left: 2em;
}

.full-container {
	width: 100%;
}
.full {
	width: 800px;
	max-width: 90%;
	margin: 1em auto 1em;
}
.photoSlider {
	width: 100%;
	height: 40vh;
	max-height: 300px;
	overflow: auto;
	white-space: nowrap;
}
.photoSlider div {
	display: inline-block;
	height: 100%;
}
.photoSlider div img {
	height: 100%;
}
.photoSlider, .photoStatic {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}
.photoStatic img {
	max-height: 300px;
	max-width: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
}
.photoStatic a {
	margin: 0px 20px;
    display: inline-block;
    text-decoration: none;
}
.photoStatic a img, .photoStatic a p {
	margin-bottom: 0;
	margin-top: 0;
}
.photoStaticGroup .photoStatic {
	width: 40%;
	min-width: 160px;
	display: inline-block;
}
.photoStaticGroup .photoStatic a {
	margin-right: 3px;
	margin-left: 3px;
}
.caption {
	background-color: #d2ddd0;
}
.caption p {
	text-align: center;
	margin-top: 0;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

.photoWall {
	line-height: 0;		
	-webkit-column-gap:   2px;
	-moz-column-gap:      2px;
	column-gap:           2px; 
	-webkit-column-count: 3;
	-moz-column-count:    3;
	column-count:         3;
}
.photoWall div {
	display: inline-block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
.photoWall div img {
	width: 100%;
	height: auto;
	max-height: 400px;
	margin: 1px 0 1px 0;
}
/* Handle different column widths for different screen sizes */
@media (max-width: 1000px) {
	.photoWall {
	-moz-column-count:    3;
	-webkit-column-count: 3;
	column-count:         3;
	}
  }
  @media (max-width: 800px) {
	.photoWall {
	-moz-column-count:    2;
	-webkit-column-count: 2;
	column-count:         2;
	}
  }
  @media (max-width: 400px) {
	.photoWall {
	-moz-column-count:    1;
	-webkit-column-count: 1;
	column-count:         1;
	}
  }

.bannerNav .header .headerImage {
	background-image: url("/images/header.png"); 
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 20% 0 5px 0;
}
.closeButton {
	font-family:Arial,Helvetica,sans-serif;
	color:black;
	background-color: white;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
	border-radius: 0.5em;
	z-index: 10000;
	position: fixed;
	margin: 0.5em;
	top: 0;
	right: 0;
	padding: 0.2em 0.5em;
	cursor: pointer;
}
.imagePopupOuter {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	background: rgba(201, 202, 201, 0.8);
	z-index: 9999;
}
.imagePopupInner{
	width: 100%;
	margin: auto 0;
	padding: 0;
	text-align: center;
	position: absolute;
	top: 50%;  
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}
.imagePopupInner img {
	max-width: 80vw;
	max-height: 80vh;
	display: block;
	margin: auto;
	border: 2px solid rgba(54, 54, 54, 0.8);
}

.header {
	width: 100%;
	background-color: rgb(136,196,155);
	text-align: center;
	box-shadow: 0px 2px 0px rgb(121, 143, 139);
	top: 0;
	padding: 0;
}
.header div {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.header img {
	width: 80%;
	max-width: 357px;
	display: block;
	margin: 0 auto 5px;
	padding: 1em 0 0 0;
}
.header ul {
	list-style-type: none;
}
.header ul li {	
	display: inline-block;
	padding: 0.5em 0.6em;
}
.header a {
	font-family: 'Roboto Slab', serif;
	color: #FFF;
	font-size: 1.2em;
	opacity: 0.75;
}
.header a:hover {
	opacity: 1;
	text-decoration: none;
}
.footer {
	width: 100%;
	background-color: rgb(136,196,155);
	margin: 0.5em auto 0;
	padding: 4pt 0;
}
.footer div {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.footer p {
	color: #eef5eb;
	text-align: center;
}
.footer ul {
	list-style-type: none;
}
.footer ul li {
	display: inline-block;
	padding: 0.3em 0.6em;;
}
.footer img {
	height: 40px;
	opacity: 0.75;
}
.footer img:hover {
	opacity: 1;
}


